From 81a9c27b782dbe03c81f12cb5afcb3e95663e485 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Fri, 19 Feb 2016 22:14:52 -0700 Subject: [PATCH] fix option processing for delbin gcsym option. --- delbin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delbin.cc b/delbin.cc index 0e0ec2d05..56735fc2a 100644 --- a/delbin.cc +++ b/delbin.cc @@ -137,7 +137,7 @@ static arglist_t delbin_args[] = { ARG_NOMINMAX }, {"hint_at_end", &opt_hint_at_end, "If true, geocache hint at end of text", NULL, ARGTYPE_BOOL, ARG_NOMINMAX }, - {"gcsym", &opt_gcsym, "If set to 0, prefer user-provided symbols over Groundspeaks ones for geocaches", NULL, ARGTYPE_BOOL, ARG_NOMINMAX, (char*) "1" }, + {"gcsym", &opt_gcsym, "If set to 0, prefer user-provided symbols over Groundspeaks ones for geocaches", "1", ARGTYPE_BOOL, ARG_NOMINMAX }, ARG_TERMINATOR }; -- 2.30.2